home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 2 / PCU0703CD2.iso / entertn / demos / files / unreal2.exe / Disk1 / data1.cab / App_Executables / UIScripts / PlayerID.ui < prev    next >
Encoding:
INI File  |  2003-03-13  |  2.5 KB  |  148 lines

  1. [Root]
  2. Class=MultiStateComponent
  3. State=NULL
  4. State=PIDRoot
  5. Transition=HidePlayerID,1,0,0,PIDRoot
  6. Transition=ShowPlayerID,0,1,0,PIDRoot
  7. NextTransitionEvent=TogglePawnInfo
  8. TweenAlpha=True
  9. TweenColor=True
  10.  
  11. [PIDRoot]
  12. Class=PlayerID
  13. Filename=PlayerID
  14. ComponentName=PIDContainer
  15. Height=72
  16.  
  17. [PIDContainer]
  18. Class=FixedSizeContainer
  19. Component=PIDPawnNames
  20. Component=PIDHealthBars
  21. Y=-32
  22.  
  23. [PIDPawnNames]
  24. Class=LabelShadow
  25. Access=Owner,GetPlayerName
  26. Align=Center,Center
  27.  
  28. [PIDHealthBars]
  29. Class=ImageWipe
  30. TopImage=Green
  31. BottomImage=Red
  32. Access=Owner,GetHealthPct
  33. Size=128,4
  34. Location=0,16
  35. ;Color=0,0,0,128
  36. Align=Center,Center
  37.  
  38. [PIDContainer_old]
  39. Class=FixedSizeContainer
  40. Component=BackgroundPID
  41. Component=NameLabel
  42. Component=HealthLabel
  43. Component=HealthBar
  44. Component=EnergyLabel
  45. Component=EnergyBar
  46. Component=PowerSuitLabel
  47. Component=SuitBar
  48. Component=PlayerName
  49. Component=PlayerHealth
  50. Component=PlayerEnergy
  51. Component=PlayerPowerSuit
  52. Size=120,50
  53. Location=-78,-32
  54.  
  55. [NameLabel]
  56. Class=Label
  57. Text=Name: 
  58. Font=LadderFonts.UTLadder10
  59. Alignment=Right,None
  60. Location=-90,3
  61.  
  62. [HealthLabel]
  63. Class=Label
  64. Text=H
  65. Font=LadderFonts.UTLadder10
  66. Color=255,128,128,255
  67. Location=25,15
  68.  
  69. [HealthBar]
  70. Class=ImageWipe
  71. Location=35,15
  72. Size=64,8
  73. Accessor=Owner,GetHealthPct
  74. TopImage=Red
  75. BottomImage=White
  76. InitialPct=1
  77. Color=255,255,255,128
  78.  
  79. [EnergyLabel]
  80. Class=Label
  81. Text=E
  82. Color=128,128,255,255
  83. Font=LadderFonts.UTLadder10
  84. Location=25,27
  85.  
  86. [EnergyBar]
  87. Class=ImageWipe
  88. Location=35,28
  89. Size=64,8
  90. Accessor=Owner,GetPowerSuitEnergyPct
  91. TopImage=Blue
  92. BottomImage=White
  93. InitialPct=1
  94. Color=255,255,255,128
  95.  
  96. [PowerSuitLabel]
  97. Class=Label
  98. Text=P
  99. Color=0,192,0,255
  100. Font=LadderFonts.UTLadder10
  101. Location=25,39
  102.  
  103. [SuitBar]
  104. Class=ImageWipe
  105. Location=35,40
  106. Size=64,8
  107. Accessor=Owner,GetPowerSuitStrengthPct
  108. TopImage=Green
  109. BottomImage=White
  110. InitialPct=1
  111. Color=255,255,255,128
  112.  
  113. [PlayerName]
  114. Class=Label
  115. Alignment=Center,None
  116. Accessor=Owner,GetPlayerName
  117. Font=LadderFonts.UTLadder12
  118. Location=0,3
  119.  
  120. [PlayerHealth]
  121. Class=NumWatcher
  122. Watch=Owner,GetHealth
  123. Font=LadderFonts.UTLadder10
  124. ;Color=255,128,128,255
  125. Location=60,15
  126.  
  127. [PlayerEnergy]
  128. Class=NumWatcher
  129. Watch=Owner,GetPowerSuitEnergy
  130. Font=LadderFonts.UTLadder10
  131. ;Color=128,128,255,255
  132. Location=60,27
  133.  
  134. [PlayerPowerSuit]
  135. Class=NumWatcher
  136. Watch=Owner,GetPowerSuitStrength
  137. Font=LadderFonts.UTLadder10
  138. ;Color=255,255,0,255
  139. Location=60,39
  140.  
  141. [BackgroundPID]
  142. Class=ImageComponent
  143. Image=White
  144. Color=64,64,180,128
  145. Size=156,50
  146. Style=Alpha
  147.  
  148.